The data values
The pixel coordinates. Assumes this array is created and length equals the DataValues
The amount of values to transform
An offset to apply to each coordinate
GetCoordinates(T[],Double[],Int32,Double) Method
Transforms a data values into a pixel coordinates.
Syntax
void GetCoordinates( 
   T[] dataValues,
   double[] coordinates,
   int count,
   double offset
)

Parameters

dataValues
The data values
coordinates
The pixel coordinates. Assumes this array is created and length equals the DataValues
count
The amount of values to transform
offset
An offset to apply to each coordinate

Return Value

The pixel coordinates
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also